projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
990bbe2
)
tests: use RepoMode::Archive (seems to be less finicky)
author
Felix Krull
<f_krull@gmx.de>
Thu, 23 Jul 2020 15:40:34 +0000
(17:40 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000
(12:53 -0400)
rust-bindings/rust/tests/util/mod.rs
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/tests/util/mod.rs
b/rust-bindings/rust/tests/util/mod.rs
index 32ed812c2b7fef8d815b2581c9ca8226da02bfb7..511f9846520b2a714321002d5a24d2886bfcd2ee 100644
(file)
--- a/
rust-bindings/rust/tests/util/mod.rs
+++ b/
rust-bindings/rust/tests/util/mod.rs
@@
-11,7
+11,7
@@
pub struct TestRepo {
impl TestRepo {
pub fn new() -> TestRepo {
- TestRepo::new_with_mode(ostree::RepoMode::
BareUser
)
+ TestRepo::new_with_mode(ostree::RepoMode::
Archive
)
}
pub fn new_with_mode(repo_mode: ostree::RepoMode) -> TestRepo {